home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / maxbank2.zip / MAXBANK.CFG < prev    next >
Text File  |  1992-01-01  |  3KB  |  89 lines

  1. ;
  2. ;                  MaxBank Configuration File
  3. ;
  4. ;  All configuration options must be put as single line records, 
  5. ;  terminated by usual carriage return/linefeed.  This configuration
  6. ;  file may be changed with any standard ASCII editor.  
  7. ;  There are several rules which must be followed in the
  8. ;  creation/modification of this file.  The first rule is that any
  9. ;  lines which you wish to use as comments should have the ; (semicolin)
  10. ;  as the first character on the line.  MaxBank will ignore these
  11. ;  lines.  Lines which actually belong to the configuration should remain
  12. ;  with nothing more than the keyword and the option on the line (NB.
  13. ;  keyword and option should be separated by at least one space.  Keywords 
  14. ;  MUST start at the utmost left position (column 1) NO COMMENTS should be on
  15. ;  these lines.  
  16. ;
  17. ;  The following option with the keywood LOG specifies where you want
  18. ;  MaxBank to keep track of its usage and any errors that occur.
  19. ;  MaxBank logs are compatible with Maximus v2.00 logs.  If the log
  20. ;  exists the new info. will be appended to the end.  It is NOT
  21. ;  optional.  If you don't want it, delete it after MaxBank runs.
  22. ;  Please specify full path and file name.
  23.  
  24. Log c:\max\Max.log
  25.  
  26. ;
  27. ;  The follow keyword simply is the full path to where the 
  28. ;  LASTUS??.BBS file may be found.  This file is essential to MaxBank.
  29. ;  Please make SURE to end the path name with a BACKSLASH ("\").
  30.  
  31. LastUser c:\max\
  32.  
  33. ;
  34. ;  The next comment points to the full path and file name of the text
  35. ;  file which will be shown to users ONLY if they have not used the
  36. ;  timebank before.  This text file is scrolled 23 lines at a time
  37. ;  with pauses for the user to press a key before continuing.
  38. ;  
  39.  
  40. NewUserFile Maxbank.nuf
  41.  
  42. ;
  43. ;  The follow option puts a limit on how much time the user may withdraw
  44. ;  in one day.  This option may be within the limits of 0-1440
  45. ;  minutes (theoritically you could make it more than 1440 minutes...
  46. ;  but is there a point?)
  47.  
  48.  
  49. MaxWithdrawLimit  45
  50.  
  51. ;
  52. ;  This option puts a limit on how much time the user may deposit in one
  53. ;  day.  This option may also be within the limites of 0-1440 minutes.
  54.  
  55. MaxDepositLimit  15
  56.  
  57. ;
  58. ;  The following configuration option sets a keyboard timeout limit in
  59. ;  standard minutes.  Putting 0 disables keyboard time out checking.
  60. ;  5 minutes is a recommended time limit.  If this timeout is reached
  61. ;  MaxBank will exit and return control to Maximus.
  62.  
  63. TimeOut  5
  64.  
  65. ;
  66. ;  This completes the configuration file.  Please read the supplied
  67. ;  documentation for more details on configuring and running MaxBank.
  68. ;
  69. ;  MaxBank is (c) 1991 by Brian Bourne.  As public domain this program
  70. ;  may be distributed freely but the executable MAY NOT be altered
  71. ;  without the written consent of Brian Bourne.
  72. ;
  73. ;  For software support, Brian Bourne may be reached at the following
  74. ;  addresses: 
  75. ;       Electronic:
  76. ;             FidoNet:     1:250/722
  77. ;             COM-Net:     95:416/200
  78. ;             BBS:         (416) 225-8942, 2400bps
  79. ;
  80. ;       Surface mail:
  81. ;             100 Park Home Ave.
  82. ;             Willowdale, Ont.
  83. ;             Canada  
  84. ;             M2N-1W8
  85. ;  If you choose to use surface mail please include as self-addresed,
  86. ;  stamped envelope.  Please feel free to contact the author to share
  87. ;  comments and ideas or to report difficulties.
  88.  
  89.